home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Box2D / Dynamics / Joints / _ax16.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  387 b   |  22 lines

  1. package Box2D.Dynamics.Joints
  2. {
  3.    public class _ax16 extends _es399
  4.    {
  5.       public var joint2:_yw701;
  6.       
  7.       public var joint1:_yw701;
  8.       
  9.       public var ratio:Number;
  10.       
  11.       public function _ax16()
  12.       {
  13.          super();
  14.          type = _yw701.e_gearJoint;
  15.          joint1 = null;
  16.          joint2 = null;
  17.          ratio = 1;
  18.       }
  19.    }
  20. }
  21.  
  22.